You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > SetSingle Method > Vector.SetSingle Method (int, [In] float[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.SetSingle Method (int, [In] float[])

Sets object values (single).

Syntax
C#
Visual Basic
public TMtxVec SetSingle(int Index, [In] float[] A);

The single elements of A array are copied to the calling object elements [Index]..[Index+Length(A)-1]. An exception is raised if calling object array borders are overrun/underrun. 

Note Use this method for integer array only.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!